home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / auto / RPC / XML / Server / delete_proc.al < prev    next >
Encoding:
Text File  |  2008-11-04  |  900 b   |  25 lines

  1. # NOTE: Derived from blib/lib/RPC/XML/Server.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package RPC::XML::Server;
  5.  
  6. #line 1887 "blib/lib/RPC/XML/Server.pm (autosplit into blib/lib/auto/RPC/XML/Server/delete_proc.al)"
  7. # Same as above, but for name-symmetry
  8. sub delete_proc { shift->delete_method(@_) }
  9.  
  10. ###############################################################################
  11. #
  12. #   Sub Name:       list_methods
  13. #
  14. #   Description:    Return a list of the methods this object has published.
  15. #                   Returns the names, not the objects.
  16. #
  17. #   Arguments:      NAME      IN/OUT  TYPE      DESCRIPTION
  18. #                   $self     in      ref       Object of this class
  19. #
  20. #   Returns:        List of names, possibly empty
  21. #
  22. ###############################################################################
  23. # end of RPC::XML::Server::delete_proc
  24. 1;
  25.